Fast Code
Which of the following are good strategies for writing performant code?
Cache variables wherever possible
Always clear the garbage collector as frequently as possible
Avoid creating and destroying objects at runtime
Use SendMessage to avoid slower code like direct references
Keep code like Debug.Log and GameObject.Find out of Update()
Next Concept